.tpm-caseHalf__section {
    height: 400px;
    position: relative;
    /* overflow: hidden; */
    -webkit-font-smoothing: antialiased;
}

.tpm-caseHalf__section-inner {
    padding: 0 0 0 50%;
    height: 100%;
}

.tpm-caseHalf__section-content .tpm-btn.tpm-btn--white-hole  {
    position: absolute;
    bottom: 12px;
}

.tpm-caseHalf__section-bg {
    height: 100%;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.tpm-section.tpm-section__datacenter {
    color: #fff;
    background: #242527;
    padding-bottom: 114px;
    overflow: hidden;
}

.tpm-section.tpm-section__datacenter .tpm-section__title {
    color: #fff;
}

.tpm-caseHalf__section-content {
    padding-left: 32px;
    padding-top: 16px;
    line-height: 1;
	text-align: left;
    height: 100%;
    padding-right: 60px;
}

.tpm-caseHalf__section-content .section-content-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px;
}

.tpm-caseHalf__section-content .section-content-desc {
    margin-bottom: 24px;
}

.tpm-caseHalf__section-content .section-content-desc:last-child {
    margin-bottom: 0px;
}

.tpm-caseHalf__section-content .section-content-desc .content-desc-title {
    font-size: 22px;
    font-weight: 400;
}

.tpm-caseHalf__section-content .section-content-desc .content-desc-text {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 16px;
}

.swiper-slide-img {
    position: relative;
    height: 100%;
    background-size: auto 100%;
    background-position: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #242527;
}

.tpm-caseHalf__section-bg .swiper-slide-img::after {
  content: "";
    position: absolute;
    right: 200px;
    top: 0;
    width: 1100px;
    height: 100%;
    background-image: linear-gradient(-90deg, rgba(20, 38, 56, 0) 6%, #242527 45%);
}



@media screen and (max-width: 768px) { 
    .tp-grid__col .product-item-wrapper .item-info-wrapper-parent .item-title-wrapper {
        display: block;
    }


    .tpm-section.tpm-section__datacenter {
        background: #fff;
        color: #191919;
        padding-bottom: 16px;
    }

    .tpm-section.tpm-section__datacenter .tpm-section__title {
        color: #191919;
    }

    .tpm-caseHalf__section-content {
        padding: 0px;
    }

    .tpm-caseHalf__section-content .section-content-desc {
        padding: 16px;
        margin-bottom: 0px;
    }

    .tpm-caseHalf__section-content .tl-collapse__panel-bd .section-content-desc .content-desc-title {
        line-height: 24px !important;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .tpm-caseHalf__section-content .tl-collapse__panel-bd .section-content-desc.section-content-desc__keyword .content-desc-title {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .tpm-caseHalf__section-bg  {
        position: relative;
        height: 200px;
        width: 100%;
    }

    .tpm-caseHalf__section-bg .swiper-slide-img   {
        background-size: cover;
    }

    .tpm-prod-hero__bg-inner  {
        background-image: url(/images/dedicated/mbanner05@2x.png) !important;
    }

    .productTable-wrapper .el-table .sizeProductFlag-wrapper  {
        left: 0px;
        top: 15%;
    }

    .tpm-caseHalf__section  {
        height: auto;
    }

    .tpm-caseHalf__section-inner  {
        padding: 0px;
    }

    .tpm-caseHalf__section-content  {
        padding: 16px 0;
    }

    .tpm-caseHalf__section-content .section-content-desc .content-desc-text  {
        color: #191919;
        line-height: 22px;
        margin-top: 8px;
    }

    .tpm-caseHalf__section-content .section-content-title  {
        margin-bottom: 16px;
        padding-left: 16px;
    }

    .tp-grid__col .product-item-wrapper.hotProduct::before {
        top: 0px;
    }
}

